home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mayan.dxr / 00147.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  244 b   |  13 lines

  1. on exitFrame
  2.   global jagcount
  3.   set the soundEnabled to 1
  4.   set the timeoutScript to EMPTY
  5.   set jagcount to jagcount + 1
  6.   if jagcount > 2 then
  7.     movieStart("JGBYE.MOV")
  8.   else
  9.     giveDisc("mayan")
  10.     movieStart("JGBYE.MOV")
  11.   end if
  12. end
  13.